home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60267 / 60267.xpi / skin / overlay.css next >
Cascading Style Sheet File  |  2010-01-14  |  445b  |  13 lines

  1. #boredombutton-toolbar-button {
  2.     list-style-image: url("chrome://boredombutton/skin/toolbar-button.png");
  3.     -moz-image-region: rect(0px 24px 24px 0px);
  4. }
  5. #boredombutton-toolbar-button:hover {
  6.     -moz-image-region: rect(24px 24px 48px  0px);
  7. }
  8. [iconsize="small"] #boredombutton-toolbar-button {
  9.     -moz-image-region: rect( 0px 40px 16px 24px);
  10. }
  11. [iconsize="small"] #boredombutton-toolbar-button:hover {
  12.     -moz-image-region: rect(24px 40px 40px 24px);
  13. }